WaitTime theSeconds Use this function to hold continue looping on a frame for a number of seconds. Good for tempo stuff. Example: This code fragment waits for 5.5 seconds regardless of the tempo setting. on exitFrame waitTime(5.5) end exitFrame